home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 October / DPPCPRO1005.ISO / Download / Web Developer / webdeveloper.xpi / chrome / webdeveloper.jar / content / webdeveloper / stylesheets / outline_tables.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-03-21  |  453 b   |  31 lines

  1. table
  2. {
  3.     border: 1px solid #ff0000 !important;
  4.     border-spacing: 1px !important;
  5. }
  6.  
  7. table table
  8. {
  9.     border-color: #0000ff !important;
  10. }
  11.  
  12. table table table
  13. {
  14.     border-color: #00ff00 !important;
  15. }
  16.  
  17. table table table table
  18. {
  19.     border-color: #ff0000 !important;
  20. }
  21.  
  22. table table table table table
  23. {
  24.     border-color: #0000ff !important;
  25. }
  26.  
  27. table table table table table table
  28. {
  29.     border-color: #00ff00 !important;
  30. }
  31.